home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / MonitorDoubler / source code / MonitorDoublerPanel.cp < prev    next >
Text File  |  1997-06-28  |  199b  |  11 lines

  1. #ifndef __DEVICES__
  2. #    include <Devices.h>
  3. #endif
  4.  
  5. pascal long main
  6.     (short message, short itemIndex, short itemCount, short,
  7.         const EventRecord *, long storage, DialogRef dRef)
  8. {
  9.     return message;
  10. }
  11.